Checkstyle Results

The following document contains the results of Checkstyle .

Summary

FilesInfosWarningsErrors
50012

Files

FilesIWE
net/sourceforge/simplegamenet/DynamicLoadingMain.java 005
net/sourceforge/simplegamenet/StaticLoadingMain.java 006
net/sourceforge/simplegamenet/package.html 001

net/sourceforge/simplegamenet/DynamicLoadingMain.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 6
Error Utility classes should not have a public or default constructor. 9
Error Missing a Javadoc comment. 11
Error Parameter args should be final. 11

net/sourceforge/simplegamenet/StaticLoadingMain.java

ErrorLine
Error Missing a header - not enough lines in file. 1
Error First sentence should end with a period. 11
Error Utility classes should not have a public or default constructor. 14
Error Missing a Javadoc comment. 16
Error Parameter args should be final. 16
Error '8' is a magic number. 17

net/sourceforge/simplegamenet/package.html

ErrorLine
Error Missing package documentation file.0